libxl, Fix name of tap device.
authorAnthony Perard <anthony.perard@citrix.com>
Mon, 9 Aug 2010 15:46:00 +0000 (16:46 +0100)
committerAnthony Perard <anthony.perard@citrix.com>
Mon, 9 Aug 2010 15:46:00 +0000 (16:46 +0100)
commitadf97edda203ed6e48134029c0acc00164bb5934
treea4fc5249f54ffb72aa46f7dbf1b9e01e81fe6269
parentc4ebe465294764065c85fa15d7209ab807d27e84
libxl, Fix name of tap device.
From: Anthony PERARD <anthony.perard@citrix.com>

Currently, tap device names for a domain begin at tap42.-1, but it must
be tap42.0.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
---
 tools/libxl/libxl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
tools/libxl/libxl.c